home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / CABINETS / MSDAO350.CAB / icontrols / DataList / ComboList.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-01-08  |  435 b   |  8 lines

  1. package icontrols.DataList;
  2.  
  3. class ComboList extends DataList {
  4.    public ComboList() {
  5.       ((DataList)this).setBorderStyle(3);
  6.    }
  7. }
  8.